VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateConstant Methods / CreateConstant<TTarget,TValue>(TValue) Method
Syntax Requirements SeeAlso
In This Topic
    CreateConstant<TTarget,TValue>(TValue) Method (ProcessingHelper)
    In This Topic
    Creates the constant value.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateConstant<TTarget
    The type of the target.
    ,TValue
    The type of the value.
    >( _
    ByVal value
    The value.
    As TValue _
    ) As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) (Of TTarget
    The type of the target.
    , TValue
    The type of the value.
    )
    generic<typename TTarget>
    generic<typename TValue>
    public:
    static Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ CreateConstant(
    TValue^ value
    )

    Parameters

    value
    The value.

    Type Parameters

    TTarget
    The type of the target.
    TValue
    The type of the value.

    Return Value

    The constant value.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also